<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C/DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="550" height="550">
<!-- Prima riga -->
<!-- Rettangolo Tradizionale senza x e y diventa l'origine -->
<rect height="100" width="100" style="stroke:red;fill:blue;"/>
<rect x="150" height="100" width="100" style="stroke:red;stroke-width:10;fill:blue;"/>
<rect x="300" height="100" width="100" style="stroke:red;stroke-width:5;stroke-dasharray:5,1,5;fill:blue;"/>
<rect x="450" height="100" width="100" style="stroke:red;stroke-width:10;stroke-opacity:0.5;fill:blue;fill:blue;"/>

<!-- Seconda riga -->

<rect height="100" y="150" width="100" style="fill:blue;"/>
<rect x="150" y="150" height="100" width="100" style="fill:green;"/>
<rect x="300" y="150" height="100" width="100" style="fill:yellow;"/>
<rect x="450" y="150" height="100" width="100" style="fill:purple;"/>

<!-- Terza riga -->
<rect height="100" y="300" width="100" style="stroke:red;fill:blue;"/>
<rect x="150" y="300" height="100" width="100" style="stroke:red;fill:blue;"/>
<rect x="300" y="300" height="100" width="100" style="stroke:red;fill:blue;"/>
<rect x="450" y="300" height="100" width="100" style="stroke:red;fill:blue;"/>

<!-- Quarta riga -->
<rect height="100" y="450" width="100" style="stroke:red;fill:blue;"/>
<rect x="150" y="450" height="100" width="100" style="stroke:red;fill:blue;"/>
<rect x="300" y="450" height="100" width="100" style="stroke:red;fill:blue;"/>
<rect x="450" y="450" height="100" width="100" style="stroke:red;fill:blue;"/>

</svg>
